-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(progress): 5770 - Adding value for accessibility attributes into … #5819
base: main
Are you sure you want to change the base?
fix(progress): 5770 - Adding value for accessibility attributes into … #5819
Conversation
Someone is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
apps/www/__registry__/index.tsx
Outdated
@@ -11,7 +11,7 @@ export const Index: Record<string, any> = { | |||
type: "registry:ui", | |||
registryDependencies: undefined, | |||
files: [{ | |||
path: "/Users/shadcn/Code/shadcn/ui/apps/www/registry/new-york/ui/accordion.tsx", | |||
path: "/Users/antoinefamibelle/Develop/shadcn-ui/apps/www/registry/new-york/ui/accordion.tsx", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
careful, seems your pnpm build:registry
mightve changed some unintended things in index.tsx here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact ! I pushed a fix sorry for the incovenience !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm still seems to of changed something, not sure the best way to revert this type of registry change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes my bad I've removed it from the commit completly sorry for the inconvenience. 👍
b10ffec
to
ae8d676
Compare
…the progress component
ae8d676
to
436ab12
Compare
Pull Request
This pull request addresses #5770.
Changes
Don't hesitate to reach out to me if anything is wrong about it.